Html Css Color HEX #608AF0 Cornflower Blue

📋 copy color: '#608AF0'

red 96 ◦ green 138 ◦ blue 240

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

Shades of Cornflower Blue #608AF0

Tints of Cornflower Blue #608AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 20.25%
G = 29.11%
B = 50.63%

CMYK

 C value IS 0.6

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#608AF0 (or 0x608AF0) is known color: Cornflower Blue. HEX triplet: 60, 8A and F0. RGB value is (96,138,240). Sum of RGB (Red+Green+Blue) = 96+138+240=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #608AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608AF0 is #9F750F. Grayscale: #888888. Windows color (decimal): -10450192 or 15764064. OLE color: 15764064.

HSL color Cylindrical-coordinate representation of color #608AF0: hue angle of 222.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #608AF0 is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 138 240 -
CMYK 0.6 0.42 0 0.06
HSL 222.5º 0.83% 0.66% -
HSV(B) 222.5º 0.6% 0.94% -
XYZ 29.64 26.96 86.08 -
YUV 137.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 96 138 240 0.6 0.42 0 0.06 222.5 0.83 0.66
Hex 60 8A F0 3C 2A 0 6 DE 53 42
Octal 140 212 360 74 52 0 6 336 123 102
Binary 1100000 10001010 11110000 111100 101010 0 110 11011110 1010011 1000010

Color Harmonies of #608AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AF0

Black with #608AF0

Text Example


Text Example

White with #608AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608AF0; }

 p { color: rgb(96,138,240); }

 H1.HeaderClassName
 {
   color: #608AF0;
 }
 .AnyTagClassName
 {
   color: #608AF0;
 }
</style>

background-color css

<style>
 a { background-color: #608AF0; }

 a { background-color: rgb(96,138,240); }

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

border-color css

<style>
 span { border-color: #608AF0; }

 span { border-color: rgb(96,138,240); }

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