Html Css Color HEX #007CBB Cerulean

📋 copy color: '#007CBB'

red 0 ◦ green 124 ◦ blue 187

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

Shades of Cerulean #007CBB

Tints of Cerulean #007CBB

RGB

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

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

 BLUE value IS 187 (73.44% 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.27

RGB Variations

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

Color information

#007CBB (or 0x007CBB) is known color: Cerulean. HEX triplet: 00, 7C and BB. RGB value is (0,124,187). Sum of RGB (Red+Green+Blue) = 0+124+187=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #007CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CBB is #FF8344. Grayscale: #5D5D5D. Windows color (decimal): -16745285 or 12286976. OLE color: 12286976.

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

Color convert

RGB 0 124 187 -
CMYK 1 0.34 0 0.27
HSL 200.21º 1% 0.37% -
HSV(B) 200.21º 1% 0.73% -
XYZ 16.18 18 49.64 -
YUV 94.11 180.42 60.88 -
System Red Green Blue C M Y K H S L
Decimal 0 124 187 1 0.34 0 0.27 200.21 1 0.37
Hex 0 7C BB 64 22 0 1B C8 64 25
Octal 0 174 273 144 42 0 33 310 144 45
Binary 0 1111100 10111011 1100100 100010 0 11011 11001000 1100100 100101

Color Harmonies of #007CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CBB

Black with #007CBB

Text Example


Text Example

White with #007CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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