Html Css Color HEX #607EDF Cornflower Blue

📋 copy color: '#607EDF'

red 96 ◦ green 126 ◦ blue 223

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

Shades of Cornflower Blue #607EDF

Tints of Cornflower Blue #607EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

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

R = 21.57%
G = 28.31%
B = 50.11%

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

#607EDF (or 0x607EDF) is known color: Cornflower Blue. HEX triplet: 60, 7E and DF. RGB value is (96,126,223). Sum of RGB (Red+Green+Blue) = 96+126+223=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #607EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EDF is #9F8120. Grayscale: #7F7F7F. Windows color (decimal): -10453281 or 14646880. OLE color: 14646880.

HSL color Cylindrical-coordinate representation of color #607EDF: hue angle of 225.83º 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 #607EDF is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 126 223 -
CMYK 0.57 0.43 0 0.13
HSL 225.83º 0.66% 0.63% -
HSV(B) 225.83º 0.57% 0.87% -
XYZ 25.6 22.74 72.85 -
YUV 128.09 181.56 105.11 -
System Red Green Blue C M Y K H S L
Decimal 96 126 223 0.57 0.43 0 0.13 225.83 0.66 0.63
Hex 60 7E DF 39 2B 0 D E2 42 3F
Octal 140 176 337 71 53 0 15 342 102 77
Binary 1100000 1111110 11011111 111001 101011 0 1101 11100010 1000010 111111

Color Harmonies of #607EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EDF

Black with #607EDF

Text Example


Text Example

White with #607EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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