Html Css Color HEX #5F9BFF Cornflower Blue

📋 copy color: '#5F9BFF'

red 95 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #5F9BFF

Tints of Cornflower Blue #5F9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 18.81%
G = 30.69%
B = 50.5%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5F9BFF (or 0x5F9BFF) is known color: Cornflower Blue. HEX triplet: 5F, 9B and FF. RGB value is (95,155,255). Sum of RGB (Red+Green+Blue) = 95+155+255=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9BFF is #A06400. Grayscale: #949494. Windows color (decimal): -10511361 or 16751455. OLE color: 16751455.

HSL color Cylindrical-coordinate representation of color #5F9BFF: hue angle of 217.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F9BFF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 95 155 255 -
CMYK 0.63 0.39 0 0
HSL 217.5º 1% 0.69% -
HSV(B) 217.5º 0.63% 1% -
XYZ 34.49 33.1 99.18 -
YUV 148.46 188.12 89.87 -
System Red Green Blue C M Y K H S L
Decimal 95 155 255 0.63 0.39 0 0 217.5 1 0.69
Hex 5F 9B FF 3F 27 0 0 DA 64 45
Octal 137 233 377 77 47 0 0 332 144 105
Binary 1011111 10011011 11111111 111111 100111 0 0 11011010 1100100 1000101

Color Harmonies of #5F9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9BFF

Black with #5F9BFF

Text Example


Text Example

White with #5F9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,155,255); }

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

background-color css

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

 a { background-color: rgb(95,155,255); }

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

border-color css

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

 span { border-color: rgb(95,155,255); }

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