Html Css Color HEX #2D5BCA Cerulean Blue

📋 copy color: '#2D5BCA'

red 45 ◦ green 91 ◦ blue 202

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

Shades of Cerulean Blue #2D5BCA

Tints of Cerulean Blue #2D5BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.76%

R = 13.31%
G = 26.92%
B = 59.76%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2D5BCA (or 0x2D5BCA) is known color: Cerulean Blue. HEX triplet: 2D, 5B and CA. RGB value is (45,91,202). Sum of RGB (Red+Green+Blue) = 45+91+202=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D5BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BCA is #D2A435. Grayscale: #595959. Windows color (decimal): -13804598 or 13261613. OLE color: 13261613.

HSL color Cylindrical-coordinate representation of color #2D5BCA: hue angle of 222.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5BCA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 91 202 -
CMYK 0.78 0.55 0 0.21
HSL 222.42º 0.64% 0.48% -
HSV(B) 222.42º 0.78% 0.79% -
XYZ 15.48 12.3 57.44 -
YUV 89.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 45 91 202 0.78 0.55 0 0.21 222.42 0.64 0.48
Hex 2D 5B CA 4E 37 0 15 DE 40 30
Octal 55 133 312 116 67 0 25 336 100 60
Binary 101101 1011011 11001010 1001110 110111 0 10101 11011110 1000000 110000

Color Harmonies of #2D5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5BCA

Black with #2D5BCA

Text Example


Text Example

White with #2D5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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