Html Css Color HEX #007BBD Cerulean

📋 copy color: '#007BBD'

red 0 ◦ green 123 ◦ blue 189

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

Shades of Cerulean #007BBD

Tints of Cerulean #007BBD

RGB

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

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

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

R = 0%
G = 39.42%
B = 60.58%

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

#007BBD (or 0x007BBD) is known color: Cerulean. HEX triplet: 00, 7B and BD. RGB value is (0,123,189). Sum of RGB (Red+Green+Blue) = 0+123+189=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #007BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BBD is #FF8442. Grayscale: #5D5D5D. Windows color (decimal): -16745539 or 12417792. OLE color: 12417792.

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

Color convert

RGB 0 123 189 -
CMYK 1 0.35 0 0.26
HSL 200.95º 1% 0.37% -
HSV(B) 200.95º 1% 0.74% -
XYZ 16.27 17.84 50.73 -
YUV 93.75 181.75 61.13 -
System Red Green Blue C M Y K H S L
Decimal 0 123 189 1 0.35 0 0.26 200.95 1 0.37
Hex 0 7B BD 64 23 0 1A C9 64 25
Octal 0 173 275 144 43 0 32 311 144 45
Binary 0 1111011 10111101 1100100 100011 0 11010 11001001 1100100 100101

Color Harmonies of #007BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BBD

Black with #007BBD

Text Example


Text Example

White with #007BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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