Html Css Color HEX #2D62BC Cerulean Blue

📋 copy color: '#2D62BC'

red 45 ◦ green 98 ◦ blue 188

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

Shades of Cerulean Blue #2D62BC

Tints of Cerulean Blue #2D62BC

RGB

 RED value IS 45 (17.97% from 255) = 13.6%

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 13.6%
G = 29.61%
B = 56.8%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D62BC (or 0x2D62BC) is known color: Cerulean Blue. HEX triplet: 2D, 62 and BC. RGB value is (45,98,188). Sum of RGB (Red+Green+Blue) = 45+98+188=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D62BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D62BC is #D29D43. Grayscale: #5C5C5C. Windows color (decimal): -13802820 or 12345901. OLE color: 12345901.

HSL color Cylindrical-coordinate representation of color #2D62BC: hue angle of 217.76º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D62BC is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 98 188 -
CMYK 0.76 0.48 0 0.26
HSL 217.76º 0.61% 0.46% -
HSV(B) 217.76º 0.76% 0.74% -
XYZ 14.53 12.92 49.31 -
YUV 92.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 45 98 188 0.76 0.48 0 0.26 217.76 0.61 0.46
Hex 2D 62 BC 4C 30 0 1A DA 3D 2E
Octal 55 142 274 114 60 0 32 332 75 56
Binary 101101 1100010 10111100 1001100 110000 0 11010 11011010 111101 101110

Color Harmonies of #2D62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D62BC

Black with #2D62BC

Text Example


Text Example

White with #2D62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D62BC; }

 p { color: rgb(45,98,188); }

 H1.HeaderClassName
 {
   color: #2D62BC;
 }
 .AnyTagClassName
 {
   color: #2D62BC;
 }
</style>

background-color css

<style>
 a { background-color: #2D62BC; }

 a { background-color: rgb(45,98,188); }

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

border-color css

<style>
 span { border-color: #2D62BC; }

 span { border-color: rgb(45,98,188); }

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