Html Css Color HEX #007CBD Cerulean

📋 copy color: '#007CBD'

red 0 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #007CBD

Tints of Cerulean #007CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 0%
G = 39.62%
B = 60.38%

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

#007CBD (or 0x007CBD) is known color: Cerulean. HEX triplet: 00, 7C and BD. RGB value is (0,124,189). Sum of RGB (Red+Green+Blue) = 0+124+189=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #007CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CBD is #FF8342. Grayscale: #5D5D5D. Windows color (decimal): -16745283 or 12418048. OLE color: 12418048.

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

Color convert

RGB 0 124 189 -
CMYK 1 0.34 0 0.26
HSL 200.63º 1% 0.37% -
HSV(B) 200.63º 1% 0.74% -
XYZ 16.39 18.09 50.77 -
YUV 94.33 181.42 60.71 -
System Red Green Blue C M Y K H S L
Decimal 0 124 189 1 0.34 0 0.26 200.63 1 0.37
Hex 0 7C BD 64 22 0 1A C9 64 25
Octal 0 174 275 144 42 0 32 311 144 45
Binary 0 1111100 10111101 1100100 100010 0 11010 11001001 1100100 100101

Color Harmonies of #007CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CBD

Black with #007CBD

Text Example


Text Example

White with #007CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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