Html Css Color HEX #007EBE Cerulean

📋 copy color: '#007EBE'

red 0 ◦ green 126 ◦ blue 190

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

Shades of Cerulean #007EBE

Tints of Cerulean #007EBE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 0%
G = 39.87%
B = 60.13%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#007EBE (or 0x007EBE) is known color: Cerulean. HEX triplet: 00, 7E and BE. RGB value is (0,126,190). Sum of RGB (Red+Green+Blue) = 0+126+190=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #007EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EBE is #FF8141. Grayscale: #5F5F5F. Windows color (decimal): -16744770 or 12484096. OLE color: 12484096.

HSL color Cylindrical-coordinate representation of color #007EBE: hue angle of 200.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EBE is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 126 190 -
CMYK 1 0.34 0 0.25
HSL 200.21º 1% 0.37% -
HSV(B) 200.21º 1% 0.75% -
XYZ 16.76 18.64 51.43 -
YUV 95.62 181.26 59.8 -
System Red Green Blue C M Y K H S L
Decimal 0 126 190 1 0.34 0 0.25 200.21 1 0.37
Hex 0 7E BE 64 22 0 19 C8 64 25
Octal 0 176 276 144 42 0 31 310 144 45
Binary 0 1111110 10111110 1100100 100010 0 11001 11001000 1100100 100101

Color Harmonies of #007EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007EBE

Black with #007EBE

Text Example


Text Example

White with #007EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007EBE; }

 p { color: rgb(0,126,190); }

 H1.HeaderClassName
 {
   color: #007EBE;
 }
 .AnyTagClassName
 {
   color: #007EBE;
 }
</style>

background-color css

<style>
 a { background-color: #007EBE; }

 a { background-color: rgb(0,126,190); }

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

border-color css

<style>
 span { border-color: #007EBE; }

 span { border-color: rgb(0,126,190); }

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