Html Css Color HEX #007CBE Cerulean

📋 copy color: '#007CBE'

red 0 ◦ green 124 ◦ blue 190

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

Shades of Cerulean #007CBE

Tints of Cerulean #007CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.49%

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

R = 0%
G = 39.49%
B = 60.51%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#007CBE (or 0x007CBE) is known color: Cerulean. HEX triplet: 00, 7C and BE. RGB value is (0,124,190). Sum of RGB (Red+Green+Blue) = 0+124+190=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #007CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CBE is #FF8341. Grayscale: #5E5E5E. Windows color (decimal): -16745282 or 12483584. OLE color: 12483584.

HSL color Cylindrical-coordinate representation of color #007CBE: hue angle of 200.84º 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 #007CBE is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 124 190 -
CMYK 1 0.35 0 0.25
HSL 200.84º 1% 0.37% -
HSV(B) 200.84º 1% 0.75% -
XYZ 16.5 18.13 51.35 -
YUV 94.45 181.92 60.63 -
System Red Green Blue C M Y K H S L
Decimal 0 124 190 1 0.35 0 0.25 200.84 1 0.37
Hex 0 7C BE 64 23 0 19 C9 64 25
Octal 0 174 276 144 43 0 31 311 144 45
Binary 0 1111100 10111110 1100100 100011 0 11001 11001001 1100100 100101

Color Harmonies of #007CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CBE

Black with #007CBE

Text Example


Text Example

White with #007CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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