Html Css Color HEX #607DEA Cornflower Blue

📋 copy color: '#607DEA'

red 96 ◦ green 125 ◦ blue 234

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

Shades of Cornflower Blue #607DEA

Tints of Cornflower Blue #607DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 21.1%
G = 27.47%
B = 51.43%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#607DEA (or 0x607DEA) is known color: Cornflower Blue. HEX triplet: 60, 7D and EA. RGB value is (96,125,234). Sum of RGB (Red+Green+Blue) = 96+125+234=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #607DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DEA is #9F8215. Grayscale: #808080. Windows color (decimal): -10453526 or 15367520. OLE color: 15367520.

HSL color Cylindrical-coordinate representation of color #607DEA: hue angle of 227.39º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #607DEA is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 125 234 -
CMYK 0.59 0.47 0 0.08
HSL 227.39º 0.77% 0.65% -
HSV(B) 227.39º 0.59% 0.92% -
XYZ 27.01 23.09 80.88 -
YUV 128.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 96 125 234 0.59 0.47 0 0.08 227.39 0.77 0.65
Hex 60 7D EA 3B 2F 0 8 E3 4D 41
Octal 140 175 352 73 57 0 10 343 115 101
Binary 1100000 1111101 11101010 111011 101111 0 1000 11100011 1001101 1000001

Color Harmonies of #607DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DEA

Black with #607DEA

Text Example


Text Example

White with #607DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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