Html Css Color HEX #4F94FF Cornflower Blue

📋 copy color: '#4F94FF'

red 79 ◦ green 148 ◦ blue 255

#4F94FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #4F94FF

Tints of Cornflower Blue #4F94FF

RGB

 RED value IS 79 (31.25% from 255) = 16.39%

 GREEN value IS 148 (58.2% from 255) = 30.71%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 16.39%
G = 30.71%
B = 52.9%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4F94FF (or 0x4F94FF) is known color: Cornflower Blue. HEX triplet: 4F, 94 and FF. RGB value is (79,148,255). Sum of RGB (Red+Green+Blue) = 79+148+255=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F94FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F94FF is #B06B00. Grayscale: #8B8B8B. Windows color (decimal): -11561729 or 16749647. OLE color: 16749647.

HSL color Cylindrical-coordinate representation of color #4F94FF: hue angle of 216.48º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F94FF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 148 255 -
CMYK 0.69 0.42 0 0
HSL 216.48º 1% 0.65% -
HSV(B) 216.48º 0.69% 1% -
XYZ 31.86 30.06 98.73 -
YUV 139.57 193.14 84.8 -
System Red Green Blue C M Y K H S L
Decimal 79 148 255 0.69 0.42 0 0 216.48 1 0.65
Hex 4F 94 FF 45 2A 0 0 D8 64 41
Octal 117 224 377 105 52 0 0 330 144 101
Binary 1001111 10010100 11111111 1000101 101010 0 0 11011000 1100100 1000001

Color Harmonies of #4F94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F94FF

Black with #4F94FF

Text Example


Text Example

White with #4F94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F94FF; }

 p { color: rgb(79,148,255); }

 H1.HeaderClassName
 {
   color: #4F94FF;
 }
 .AnyTagClassName
 {
   color: #4F94FF;
 }
</style>

background-color css

<style>
 a { background-color: #4F94FF; }

 a { background-color: rgb(79,148,255); }

 div.DivClassName
 {
   background-color: #4F94FF;
 }
 .BgClassName
 {
   background-color: #4F94FF;
 }
</style>

border-color css

<style>
 span { border-color: #4F94FF; }

 span { border-color: rgb(79,148,255); }

 td.TdClassName
 {
   border-color: #4F94FF;
 }
 .TagClassName
 {
   border-color: #4F94FF;
 }
</style>