Html Css Color HEX #5F9CFB Cornflower Blue

📋 copy color: '#5F9CFB'

red 95 ◦ green 156 ◦ blue 251

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

Shades of Cornflower Blue #5F9CFB

Tints of Cornflower Blue #5F9CFB

RGB

 RED value IS 95 (37.5% from 255) = 18.92%

 GREEN value IS 156 (61.33% from 255) = 31.08%

 BLUE value IS 251 (98.44% from 255) = 50%

R = 18.92%
G = 31.08%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F9CFB (or 0x5F9CFB) is known color: Cornflower Blue. HEX triplet: 5F, 9C and FB. RGB value is (95,156,251). Sum of RGB (Red+Green+Blue) = 95+156+251=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CFB is #A06304. Grayscale: #949494. Windows color (decimal): -10511109 or 16489567. OLE color: 16489567.

HSL color Cylindrical-coordinate representation of color #5F9CFB: hue angle of 216.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F9CFB is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 156 251 -
CMYK 0.62 0.38 0 0.02
HSL 216.54º 0.95% 0.68% -
HSV(B) 216.54º 0.62% 0.98% -
XYZ 34.02 33.17 95.88 -
YUV 148.59 185.79 89.78 -
System Red Green Blue C M Y K H S L
Decimal 95 156 251 0.62 0.38 0 0.02 216.54 0.95 0.68
Hex 5F 9C FB 3E 26 0 2 D9 5F 44
Octal 137 234 373 76 46 0 2 331 137 104
Binary 1011111 10011100 11111011 111110 100110 0 10 11011001 1011111 1000100

Color Harmonies of #5F9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9CFB

Black with #5F9CFB

Text Example


Text Example

White with #5F9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9CFB; }

 p { color: rgb(95,156,251); }

 H1.HeaderClassName
 {
   color: #5F9CFB;
 }
 .AnyTagClassName
 {
   color: #5F9CFB;
 }
</style>

background-color css

<style>
 a { background-color: #5F9CFB; }

 a { background-color: rgb(95,156,251); }

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

border-color css

<style>
 span { border-color: #5F9CFB; }

 span { border-color: rgb(95,156,251); }

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