Html Css Color HEX #007BBB Cerulean

📋 copy color: '#007BBB'

red 0 ◦ green 123 ◦ blue 187

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

Shades of Cerulean #007BBB

Tints of Cerulean #007BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 0%
G = 39.68%
B = 60.32%

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

#007BBB (or 0x007BBB) is known color: Cerulean. HEX triplet: 00, 7B and BB. RGB value is (0,123,187). Sum of RGB (Red+Green+Blue) = 0+123+187=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #007BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BBB is #FF8444. Grayscale: #5D5D5D. Windows color (decimal): -16745541 or 12286720. OLE color: 12286720.

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

Color convert

RGB 0 123 187 -
CMYK 1 0.34 0 0.27
HSL 200.53º 1% 0.37% -
HSV(B) 200.53º 1% 0.73% -
XYZ 16.05 17.75 49.59 -
YUV 93.52 180.75 61.3 -
System Red Green Blue C M Y K H S L
Decimal 0 123 187 1 0.34 0 0.27 200.53 1 0.37
Hex 0 7B BB 64 22 0 1B C9 64 25
Octal 0 173 273 144 42 0 33 311 144 45
Binary 0 1111011 10111011 1100100 100010 0 11011 11001001 1100100 100101

Color Harmonies of #007BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BBB

Black with #007BBB

Text Example


Text Example

White with #007BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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