Html Css Color HEX #607DF2 Cornflower Blue

📋 copy color: '#607DF2'

red 96 ◦ green 125 ◦ blue 242

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

Shades of Cornflower Blue #607DF2

Tints of Cornflower Blue #607DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

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

R = 20.73%
G = 27%
B = 52.27%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#607DF2 (or 0x607DF2) is known color: Cornflower Blue. HEX triplet: 60, 7D and F2. RGB value is (96,125,242). Sum of RGB (Red+Green+Blue) = 96+125+242=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #607DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DF2 is #9F820D. Grayscale: #818181. Windows color (decimal): -10453518 or 15891808. OLE color: 15891808.

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

Color convert

RGB 96 125 242 -
CMYK 0.60 0.48 0 0.05
HSL 228.08º 0.85% 0.66% -
HSV(B) 228.08º 0.6% 0.95% -
XYZ 28.18 23.56 87.07 -
YUV 129.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 96 125 242 0.60 0.48 0 0.05 228.08 0.85 0.66
Hex 60 7D F2 3C 30 0 5 E4 55 42
Octal 140 175 362 74 60 0 5 344 125 102
Binary 1100000 1111101 11110010 111100 110000 0 101 11100100 1010101 1000010

Color Harmonies of #607DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DF2

Black with #607DF2

Text Example


Text Example

White with #607DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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