Html Css Color HEX #4F85FA Cornflower Blue

📋 copy color: '#4F85FA'

red 79 ◦ green 133 ◦ blue 250

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

Shades of Cornflower Blue #4F85FA

Tints of Cornflower Blue #4F85FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 17.1%
G = 28.79%
B = 54.11%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F85FA (or 0x4F85FA) is known color: Cornflower Blue. HEX triplet: 4F, 85 and FA. RGB value is (79,133,250). Sum of RGB (Red+Green+Blue) = 79+133+250=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F85FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F85FA is #B07A05. Grayscale: #818181. Windows color (decimal): -11565574 or 16418127. OLE color: 16418127.

HSL color Cylindrical-coordinate representation of color #4F85FA: hue angle of 221.05º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F85FA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 133 250 -
CMYK 0.68 0.47 0 0.02
HSL 221.05º 0.94% 0.65% -
HSV(B) 221.05º 0.68% 0.98% -
XYZ 28.87 25.34 93.81 -
YUV 130.19 195.61 91.49 -
System Red Green Blue C M Y K H S L
Decimal 79 133 250 0.68 0.47 0 0.02 221.05 0.94 0.65
Hex 4F 85 FA 44 2F 0 2 DD 5E 41
Octal 117 205 372 104 57 0 2 335 136 101
Binary 1001111 10000101 11111010 1000100 101111 0 10 11011101 1011110 1000001

Color Harmonies of #4F85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F85FA

Black with #4F85FA

Text Example


Text Example

White with #4F85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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