Html Css Color HEX #0274B6 Cerulean

📋 copy color: '#0274B6'

red 2 ◦ green 116 ◦ blue 182

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

Shades of Cerulean #0274B6

Tints of Cerulean #0274B6

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 182 (71.48% from 255) = 60.67%

R = 0.67%
G = 38.67%
B = 60.67%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0274B6 (or 0x0274B6) is known color: Cerulean. HEX triplet: 02, 74 and B6. RGB value is (2,116,182). Sum of RGB (Red+Green+Blue) = 2+116+182=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #0274B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0274B6 is #FD8B49. Grayscale: #595959. Windows color (decimal): -16616266 or 11957250. OLE color: 11957250.

HSL color Cylindrical-coordinate representation of color #0274B6: hue angle of 202º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0274B6 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 116 182 -
CMYK 0.99 0.36 0 0.29
HSL 202º 0.98% 0.36% -
HSV(B) 202º 0.99% 0.71% -
XYZ 14.71 15.88 46.55 -
YUV 89.44 180.23 65.63 -
System Red Green Blue C M Y K H S L
Decimal 2 116 182 0.99 0.36 0 0.29 202 0.98 0.36
Hex 2 74 B6 63 24 0 1D CA 62 24
Octal 2 164 266 143 44 0 35 312 142 44
Binary 10 1110100 10110110 1100011 100100 0 11101 11001010 1100010 100100

Color Harmonies of #0274B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274B6

Black with #0274B6

Text Example


Text Example

White with #0274B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0274B6; }

 p { color: rgb(2,116,182); }

 H1.HeaderClassName
 {
   color: #0274B6;
 }
 .AnyTagClassName
 {
   color: #0274B6;
 }
</style>

background-color css

<style>
 a { background-color: #0274B6; }

 a { background-color: rgb(2,116,182); }

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

border-color css

<style>
 span { border-color: #0274B6; }

 span { border-color: rgb(2,116,182); }

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