Html Css Color HEX #5F9CFD Cornflower Blue

📋 copy color: '#5F9CFD'

red 95 ◦ green 156 ◦ blue 253

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

Shades of Cornflower Blue #5F9CFD

Tints of Cornflower Blue #5F9CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 18.85%
G = 30.95%
B = 50.2%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F9CFD (or 0x5F9CFD) is known color: Cornflower Blue. HEX triplet: 5F, 9C and FD. RGB value is (95,156,253). Sum of RGB (Red+Green+Blue) = 95+156+253=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F9CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CFD is #A06302. Grayscale: #949494. Windows color (decimal): -10511107 or 16620639. OLE color: 16620639.

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

Color convert

RGB 95 156 253 -
CMYK 0.62 0.38 0 0.01
HSL 216.84º 0.98% 0.68% -
HSV(B) 216.84º 0.62% 0.99% -
XYZ 34.34 33.3 97.55 -
YUV 148.82 186.79 89.61 -
System Red Green Blue C M Y K H S L
Decimal 95 156 253 0.62 0.38 0 0.01 216.84 0.98 0.68
Hex 5F 9C FD 3E 26 0 1 D9 62 44
Octal 137 234 375 76 46 0 1 331 142 104
Binary 1011111 10011100 11111101 111110 100110 0 1 11011001 1100010 1000100

Color Harmonies of #5F9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9CFD

Black with #5F9CFD

Text Example


Text Example

White with #5F9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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