Html Css Color HEX #007BBC Cerulean

📋 copy color: '#007BBC'

red 0 ◦ green 123 ◦ blue 188

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

Shades of Cerulean #007BBC

Tints of Cerulean #007BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

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

R = 0%
G = 39.55%
B = 60.45%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#007BBC (or 0x007BBC) is known color: Cerulean. HEX triplet: 00, 7B and BC. RGB value is (0,123,188). Sum of RGB (Red+Green+Blue) = 0+123+188=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #007BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BBC is #FF8443. Grayscale: #5D5D5D. Windows color (decimal): -16745540 or 12352256. OLE color: 12352256.

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

Color convert

RGB 0 123 188 -
CMYK 1 0.35 0 0.26
HSL 200.74º 1% 0.37% -
HSV(B) 200.74º 1% 0.74% -
XYZ 16.16 17.8 50.16 -
YUV 93.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 0 123 188 1 0.35 0 0.26 200.74 1 0.37
Hex 0 7B BC 64 23 0 1A C9 64 25
Octal 0 173 274 144 43 0 32 311 144 45
Binary 0 1111011 10111100 1100100 100011 0 11010 11001001 1100100 100101

Color Harmonies of #007BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BBC

Black with #007BBC

Text Example


Text Example

White with #007BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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