Html Css Color HEX #607DF7 Cornflower Blue

📋 copy color: '#607DF7'

red 96 ◦ green 125 ◦ blue 247

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

Shades of Cornflower Blue #607DF7

Tints of Cornflower Blue #607DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.78%

R = 20.51%
G = 26.71%
B = 52.78%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#607DF7 (or 0x607DF7) is known color: Cornflower Blue. HEX triplet: 60, 7D and F7. RGB value is (96,125,247). Sum of RGB (Red+Green+Blue) = 96+125+247=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #607DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DF7 is #9F8208. Grayscale: #818181. Windows color (decimal): -10453513 or 16219488. OLE color: 16219488.

HSL color Cylindrical-coordinate representation of color #607DF7: hue angle of 228.48º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607DF7 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 125 247 -
CMYK 0.61 0.49 0 0.03
HSL 228.48º 0.9% 0.67% -
HSV(B) 228.48º 0.61% 0.97% -
XYZ 28.95 23.87 91.08 -
YUV 130.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 96 125 247 0.61 0.49 0 0.03 228.48 0.9 0.67
Hex 60 7D F7 3D 31 0 3 E4 5A 43
Octal 140 175 367 75 61 0 3 344 132 103
Binary 1100000 1111101 11110111 111101 110001 0 11 11100100 1011010 1000011

Color Harmonies of #607DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DF7

Black with #607DF7

Text Example


Text Example

White with #607DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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