Html Css Color HEX #5F8CFD Cornflower Blue

📋 copy color: '#5F8CFD'

red 95 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #5F8CFD

Tints of Cornflower Blue #5F8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 19.47%
G = 28.69%
B = 51.84%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F8CFD (or 0x5F8CFD) is known color: Cornflower Blue. HEX triplet: 5F, 8C and FD. RGB value is (95,140,253). Sum of RGB (Red+Green+Blue) = 95+140+253=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F8CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8CFD is #A07302. Grayscale: #8A8A8A. Windows color (decimal): -10515203 or 16616543. OLE color: 16616543.

HSL color Cylindrical-coordinate representation of color #5F8CFD: hue angle of 222.91º 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 #5F8CFD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 140 253 -
CMYK 0.62 0.45 0 0.01
HSL 222.91º 0.98% 0.68% -
HSV(B) 222.91º 0.62% 0.99% -
XYZ 31.83 28.28 96.71 -
YUV 139.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 95 140 253 0.62 0.45 0 0.01 222.91 0.98 0.68
Hex 5F 8C FD 3E 2D 0 1 DF 62 44
Octal 137 214 375 76 55 0 1 337 142 104
Binary 1011111 10001100 11111101 111110 101101 0 1 11011111 1100010 1000100

Color Harmonies of #5F8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8CFD

Black with #5F8CFD

Text Example


Text Example

White with #5F8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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