Html Css Color HEX #2D5BD4 Cerulean Blue

📋 copy color: '#2D5BD4'

red 45 ◦ green 91 ◦ blue 212

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

Shades of Cerulean Blue #2D5BD4

Tints of Cerulean Blue #2D5BD4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

 BLUE value IS 212 (83.2% from 255) = 60.92%

R = 12.93%
G = 26.15%
B = 60.92%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2D5BD4 (or 0x2D5BD4) is known color: Cerulean Blue. HEX triplet: 2D, 5B and D4. RGB value is (45,91,212). Sum of RGB (Red+Green+Blue) = 45+91+212=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 212 (83.20% from 255 or 60.92% from 348); Max value from RGB is 212 - color contains mainly: blue. Hex color #2D5BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BD4 is #D2A42B. Grayscale: #5A5A5A. Windows color (decimal): -13804588 or 13916973. OLE color: 13916973.

HSL color Cylindrical-coordinate representation of color #2D5BD4: hue angle of 223.47º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5BD4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 91 212 -
CMYK 0.79 0.57 0 0.17
HSL 223.47º 0.66% 0.5% -
HSV(B) 223.47º 0.79% 0.83% -
XYZ 16.71 12.79 63.88 -
YUV 91.04 196.26 95.16 -
System Red Green Blue C M Y K H S L
Decimal 45 91 212 0.79 0.57 0 0.17 223.47 0.66 0.5
Hex 2D 5B D4 4F 39 0 11 DF 42 32
Octal 55 133 324 117 71 0 21 337 102 62
Binary 101101 1011011 11010100 1001111 111001 0 10001 11011111 1000010 110010

Color Harmonies of #2D5BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5BD4

Black with #2D5BD4

Text Example


Text Example

White with #2D5BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,91,212); }

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

background-color css

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

 a { background-color: rgb(45,91,212); }

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

border-color css

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

 span { border-color: rgb(45,91,212); }

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