Html Css Color HEX #609DF2 Cornflower Blue

📋 copy color: '#609DF2'

red 96 ◦ green 157 ◦ blue 242

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

Shades of Cornflower Blue #609DF2

Tints of Cornflower Blue #609DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.72%

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

R = 19.39%
G = 31.72%
B = 48.89%

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

#609DF2 (or 0x609DF2) is known color: Cornflower Blue. HEX triplet: 60, 9D and F2. RGB value is (96,157,242). Sum of RGB (Red+Green+Blue) = 96+157+242=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #609DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609DF2 is #9F620D. Grayscale: #949494. Windows color (decimal): -10445326 or 15900000. OLE color: 15900000.

HSL color Cylindrical-coordinate representation of color #609DF2: hue angle of 214.93º 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 #609DF2 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 157 242 -
CMYK 0.60 0.35 0 0.05
HSL 214.93º 0.85% 0.66% -
HSV(B) 214.93º 0.6% 0.95% -
XYZ 32.91 33.01 88.64 -
YUV 148.45 180.79 90.59 -
System Red Green Blue C M Y K H S L
Decimal 96 157 242 0.60 0.35 0 0.05 214.93 0.85 0.66
Hex 60 9D F2 3C 23 0 5 D7 55 42
Octal 140 235 362 74 43 0 5 327 125 102
Binary 1100000 10011101 11110010 111100 100011 0 101 11010111 1010101 1000010

Color Harmonies of #609DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DF2

Black with #609DF2

Text Example


Text Example

White with #609DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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