Html Css Color HEX #607DDF Cornflower Blue

📋 copy color: '#607DDF'

red 96 ◦ green 125 ◦ blue 223

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

Shades of Cornflower Blue #607DDF

Tints of Cornflower Blue #607DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 21.62%
G = 28.15%
B = 50.23%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#607DDF (or 0x607DDF) is known color: Cornflower Blue. HEX triplet: 60, 7D and DF. RGB value is (96,125,223). Sum of RGB (Red+Green+Blue) = 96+125+223=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #607DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DDF is #9F8220. Grayscale: #7F7F7F. Windows color (decimal): -10453537 or 14646624. OLE color: 14646624.

HSL color Cylindrical-coordinate representation of color #607DDF: hue angle of 226.3º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607DDF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 125 223 -
CMYK 0.57 0.44 0 0.13
HSL 226.3º 0.66% 0.63% -
HSV(B) 226.3º 0.57% 0.87% -
XYZ 25.48 22.48 72.81 -
YUV 127.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 96 125 223 0.57 0.44 0 0.13 226.3 0.66 0.63
Hex 60 7D DF 39 2C 0 D E2 42 3F
Octal 140 175 337 71 54 0 15 342 102 77
Binary 1100000 1111101 11011111 111001 101100 0 1101 11100010 1000010 111111

Color Harmonies of #607DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DDF

Black with #607DDF

Text Example


Text Example

White with #607DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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