Html Css Color HEX #2D75CA Curious Blue

📋 copy color: '#2D75CA'

red 45 ◦ green 117 ◦ blue 202

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

Shades of Curious Blue #2D75CA

Tints of Curious Blue #2D75CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 12.36%
G = 32.14%
B = 55.49%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2D75CA (or 0x2D75CA) is known color: Curious Blue. HEX triplet: 2D, 75 and CA. RGB value is (45,117,202). Sum of RGB (Red+Green+Blue) = 45+117+202=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D75CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D75CA is #D28A35. Grayscale: #686868. Windows color (decimal): -13797942 or 13268269. OLE color: 13268269.

HSL color Cylindrical-coordinate representation of color #2D75CA: hue angle of 212.48º 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 #2D75CA is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 117 202 -
CMYK 0.78 0.42 0 0.21
HSL 212.48º 0.64% 0.48% -
HSV(B) 212.48º 0.78% 0.79% -
XYZ 18.1 17.54 58.31 -
YUV 105.16 182.65 85.09 -
System Red Green Blue C M Y K H S L
Decimal 45 117 202 0.78 0.42 0 0.21 212.48 0.64 0.48
Hex 2D 75 CA 4E 2A 0 15 D4 40 30
Octal 55 165 312 116 52 0 25 324 100 60
Binary 101101 1110101 11001010 1001110 101010 0 10101 11010100 1000000 110000

Color Harmonies of #2D75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D75CA

Black with #2D75CA

Text Example


Text Example

White with #2D75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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