Html Css Color HEX #4F85FE Cornflower Blue

📋 copy color: '#4F85FE'

red 79 ◦ green 133 ◦ blue 254

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

Shades of Cornflower Blue #4F85FE

Tints of Cornflower Blue #4F85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 16.95%
G = 28.54%
B = 54.51%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F85FE (or 0x4F85FE) is known color: Cornflower Blue. HEX triplet: 4F, 85 and FE. RGB value is (79,133,254). Sum of RGB (Red+Green+Blue) = 79+133+254=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F85FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F85FE is #B07A01. Grayscale: #828282. Windows color (decimal): -11565570 or 16680271. OLE color: 16680271.

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

Color convert

RGB 79 133 254 -
CMYK 0.69 0.48 0 0.00
HSL 221.49º 0.99% 0.65% -
HSV(B) 221.49º 0.69% 1% -
XYZ 29.5 25.59 97.15 -
YUV 130.65 197.61 91.16 -
System Red Green Blue C M Y K H S L
Decimal 79 133 254 0.69 0.48 0 0.00 221.49 0.99 0.65
Hex 4F 85 FE 45 30 0 0 DD 63 41
Octal 117 205 376 105 60 0 0 335 143 101
Binary 1001111 10000101 11111110 1000101 110000 0 0 11011101 1100011 1000001

Color Harmonies of #4F85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F85FE

Black with #4F85FE

Text Example


Text Example

White with #4F85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,133,254); }

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

background-color css

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

 a { background-color: rgb(79,133,254); }

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

border-color css

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

 span { border-color: rgb(79,133,254); }

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