Html Css Color HEX #609EF2 Cornflower Blue

📋 copy color: '#609EF2'

red 96 ◦ green 158 ◦ blue 242

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

Shades of Cornflower Blue #609EF2

Tints of Cornflower Blue #609EF2

RGB

 RED value IS 96 (37.89% from 255) = 19.35%

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 19.35%
G = 31.85%
B = 48.79%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#609EF2 (or 0x609EF2) is known color: Cornflower Blue. HEX triplet: 60, 9E and F2. RGB value is (96,158,242). Sum of RGB (Red+Green+Blue) = 96+158+242=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #609EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609EF2 is #9F610D. Grayscale: #949494. Windows color (decimal): -10445070 or 15900256. OLE color: 15900256.

HSL color Cylindrical-coordinate representation of color #609EF2: hue angle of 214.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #609EF2 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 158 242 -
CMYK 0.60 0.35 0 0.05
HSL 214.52º 0.85% 0.66% -
HSV(B) 214.52º 0.6% 0.95% -
XYZ 33.08 33.35 88.7 -
YUV 149.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 96 158 242 0.60 0.35 0 0.05 214.52 0.85 0.66
Hex 60 9E F2 3C 23 0 5 D7 55 42
Octal 140 236 362 74 43 0 5 327 125 102
Binary 1100000 10011110 11110010 111100 100011 0 101 11010111 1010101 1000010

Color Harmonies of #609EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EF2

Black with #609EF2

Text Example


Text Example

White with #609EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609EF2; }

 p { color: rgb(96,158,242); }

 H1.HeaderClassName
 {
   color: #609EF2;
 }
 .AnyTagClassName
 {
   color: #609EF2;
 }
</style>

background-color css

<style>
 a { background-color: #609EF2; }

 a { background-color: rgb(96,158,242); }

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

border-color css

<style>
 span { border-color: #609EF2; }

 span { border-color: rgb(96,158,242); }

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