Html Css Color HEX #007FBD Cerulean

📋 copy color: '#007FBD'

red 0 ◦ green 127 ◦ blue 189

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

Shades of Cerulean #007FBD

Tints of Cerulean #007FBD

RGB

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

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

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

R = 0%
G = 40.19%
B = 59.81%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#007FBD (or 0x007FBD) is known color: Cerulean. HEX triplet: 00, 7F and BD. RGB value is (0,127,189). Sum of RGB (Red+Green+Blue) = 0+127+189=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #007FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FBD is #FF8042. Grayscale: #5F5F5F. Windows color (decimal): -16744515 or 12418816. OLE color: 12418816.

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

Color convert

RGB 0 127 189 -
CMYK 1 0.33 0 0.26
HSL 199.68º 1% 0.37% -
HSV(B) 199.68º 1% 0.74% -
XYZ 16.77 18.85 50.9 -
YUV 96.1 180.42 59.46 -
System Red Green Blue C M Y K H S L
Decimal 0 127 189 1 0.33 0 0.26 199.68 1 0.37
Hex 0 7F BD 64 21 0 1A C8 64 25
Octal 0 177 275 144 41 0 32 310 144 45
Binary 0 1111111 10111101 1100100 100001 0 11010 11001000 1100100 100101

Color Harmonies of #007FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FBD

Black with #007FBD

Text Example


Text Example

White with #007FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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