Html Css Color HEX #007CBC Cerulean

📋 copy color: '#007CBC'

red 0 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #007CBC

Tints of Cerulean #007CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 0%
G = 39.74%
B = 60.26%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#007CBC (or 0x007CBC) is known color: Cerulean. HEX triplet: 00, 7C and BC. RGB value is (0,124,188). Sum of RGB (Red+Green+Blue) = 0+124+188=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #007CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CBC is #FF8343. Grayscale: #5D5D5D. Windows color (decimal): -16745284 or 12352512. OLE color: 12352512.

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

Color convert

RGB 0 124 188 -
CMYK 1 0.34 0 0.26
HSL 200.43º 1% 0.37% -
HSV(B) 200.43º 1% 0.74% -
XYZ 16.28 18.05 50.2 -
YUV 94.22 180.92 60.8 -
System Red Green Blue C M Y K H S L
Decimal 0 124 188 1 0.34 0 0.26 200.43 1 0.37
Hex 0 7C BC 64 22 0 1A C8 64 25
Octal 0 174 274 144 42 0 32 310 144 45
Binary 0 1111100 10111100 1100100 100010 0 11010 11001000 1100100 100101

Color Harmonies of #007CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CBC

Black with #007CBC

Text Example


Text Example

White with #007CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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