Html Css Color HEX #007FBB Cerulean

📋 copy color: '#007FBB'

red 0 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #007FBB

Tints of Cerulean #007FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 40.45%

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

R = 0%
G = 40.45%
B = 59.55%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#007FBB (or 0x007FBB) is known color: Cerulean. HEX triplet: 00, 7F and BB. RGB value is (0,127,187). Sum of RGB (Red+Green+Blue) = 0+127+187=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #007FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FBB is #FF8044. Grayscale: #5F5F5F. Windows color (decimal): -16744517 or 12287744. OLE color: 12287744.

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

Color convert

RGB 0 127 187 -
CMYK 1 0.32 0 0.27
HSL 199.25º 1% 0.37% -
HSV(B) 199.25º 1% 0.73% -
XYZ 16.56 18.77 49.76 -
YUV 95.87 179.42 59.62 -
System Red Green Blue C M Y K H S L
Decimal 0 127 187 1 0.32 0 0.27 199.25 1 0.37
Hex 0 7F BB 64 20 0 1B C7 64 25
Octal 0 177 273 144 40 0 33 307 144 45
Binary 0 1111111 10111011 1100100 100000 0 11011 11000111 1100100 100101

Color Harmonies of #007FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FBB

Black with #007FBB

Text Example


Text Example

White with #007FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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