Html Css Color HEX #087FB2 Cerulean

📋 copy color: '#087FB2'

red 8 ◦ green 127 ◦ blue 178

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

Shades of Cerulean #087FB2

Tints of Cerulean #087FB2

RGB

 RED value IS 8 (3.52% from 255) = 2.56%

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

 BLUE value IS 178 (69.92% from 255) = 56.87%

R = 2.56%
G = 40.58%
B = 56.87%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#087FB2 (or 0x087FB2) is known color: Cerulean. HEX triplet: 08, 7F and B2. RGB value is (8,127,178). Sum of RGB (Red+Green+Blue) = 8+127+178=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #087FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087FB2 is #F7804D. Grayscale: #606060. Windows color (decimal): -16220238 or 11697928. OLE color: 11697928.

HSL color Cylindrical-coordinate representation of color #087FB2: hue angle of 198º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087FB2 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 127 178 -
CMYK 0.96 0.29 0 0.30
HSL 198º 0.91% 0.36% -
HSV(B) 198º 0.96% 0.7% -
XYZ 15.73 18.44 44.85 -
YUV 97.23 173.58 64.35 -
System Red Green Blue C M Y K H S L
Decimal 8 127 178 0.96 0.29 0 0.30 198 0.91 0.36
Hex 8 7F B2 60 1D 0 1E C6 5B 24
Octal 10 177 262 140 35 0 36 306 133 44
Binary 1000 1111111 10110010 1100000 11101 0 11110 11000110 1011011 100100

Color Harmonies of #087FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FB2

Black with #087FB2

Text Example


Text Example

White with #087FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087FB2; }

 p { color: rgb(8,127,178); }

 H1.HeaderClassName
 {
   color: #087FB2;
 }
 .AnyTagClassName
 {
   color: #087FB2;
 }
</style>

background-color css

<style>
 a { background-color: #087FB2; }

 a { background-color: rgb(8,127,178); }

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

border-color css

<style>
 span { border-color: #087FB2; }

 span { border-color: rgb(8,127,178); }

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