Html Css Color HEX #2742DD Cerulean Blue

📋 copy color: '#2742DD'

red 39 ◦ green 66 ◦ blue 221

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

Shades of Cerulean Blue #2742DD

Tints of Cerulean Blue #2742DD

RGB

 RED value IS 39 (15.63% from 255) = 11.96%

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 11.96%
G = 20.25%
B = 67.79%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2742DD (or 0x2742DD) is known color: Cerulean Blue. HEX triplet: 27, 42 and DD. RGB value is (39,66,221). Sum of RGB (Red+Green+Blue) = 39+66+221=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #2742DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2742DD is #D8BD22. Grayscale: #4A4A4A. Windows color (decimal): -14204195 or 14500391. OLE color: 14500391.

HSL color Cylindrical-coordinate representation of color #2742DD: hue angle of 231.1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2742DD is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 66 221 -
CMYK 0.82 0.70 0 0.13
HSL 231.1º 0.73% 0.51% -
HSV(B) 231.1º 0.82% 0.87% -
XYZ 15.84 9.55 69.41 -
YUV 75.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 39 66 221 0.82 0.70 0 0.13 231.1 0.73 0.51
Hex 27 42 DD 52 46 0 D E7 49 33
Octal 47 102 335 122 106 0 15 347 111 63
Binary 100111 1000010 11011101 1010010 1000110 0 1101 11100111 1001001 110011

Color Harmonies of #2742DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2742DD

Black with #2742DD

Text Example


Text Example

White with #2742DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2742DD; }

 p { color: rgb(39,66,221); }

 H1.HeaderClassName
 {
   color: #2742DD;
 }
 .AnyTagClassName
 {
   color: #2742DD;
 }
</style>

background-color css

<style>
 a { background-color: #2742DD; }

 a { background-color: rgb(39,66,221); }

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

border-color css

<style>
 span { border-color: #2742DD; }

 span { border-color: rgb(39,66,221); }

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