Html Css Color HEX #007CBA Cerulean

📋 copy color: '#007CBA'

red 0 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #007CBA

Tints of Cerulean #007CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60%

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#007CBA (or 0x007CBA) is known color: Cerulean. HEX triplet: 00, 7C and BA. RGB value is (0,124,186). Sum of RGB (Red+Green+Blue) = 0+124+186=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #007CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CBA is #FF8345. Grayscale: #5D5D5D. Windows color (decimal): -16745286 or 12221440. OLE color: 12221440.

HSL color Cylindrical-coordinate representation of color #007CBA: hue angle of 200º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CBA is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 124 186 -
CMYK 1 0.33 0 0.27
HSL 200º 1% 0.36% -
HSV(B) 200º 1% 0.73% -
XYZ 16.07 17.96 49.07 -
YUV 93.99 179.92 60.96 -
System Red Green Blue C M Y K H S L
Decimal 0 124 186 1 0.33 0 0.27 200 1 0.36
Hex 0 7C BA 64 21 0 1B C8 64 24
Octal 0 174 272 144 41 0 33 310 144 44
Binary 0 1111100 10111010 1100100 100001 0 11011 11001000 1100100 100100

Color Harmonies of #007CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CBA

Black with #007CBA

Text Example


Text Example

White with #007CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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