Html Css Color HEX #607DDD Cornflower Blue

📋 copy color: '#607DDD'

red 96 ◦ green 125 ◦ blue 221

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

Shades of Cornflower Blue #607DDD

Tints of Cornflower Blue #607DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 21.72%
G = 28.28%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#607DDD (or 0x607DDD) is known color: Cornflower Blue. HEX triplet: 60, 7D and DD. RGB value is (96,125,221). Sum of RGB (Red+Green+Blue) = 96+125+221=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #607DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DDD is #9F8222. Grayscale: #7E7E7E. Windows color (decimal): -10453539 or 14515552. OLE color: 14515552.

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

Color convert

RGB 96 125 221 -
CMYK 0.57 0.43 0 0.13
HSL 226.08º 0.65% 0.62% -
HSV(B) 226.08º 0.57% 0.87% -
XYZ 25.21 22.37 71.4 -
YUV 127.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 96 125 221 0.57 0.43 0 0.13 226.08 0.65 0.62
Hex 60 7D DD 39 2B 0 D E2 41 3E
Octal 140 175 335 71 53 0 15 342 101 76
Binary 1100000 1111101 11011101 111001 101011 0 1101 11100010 1000001 111110

Color Harmonies of #607DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DDD

Black with #607DDD

Text Example


Text Example

White with #607DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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