Html Css Color HEX #2642DD Cerulean Blue

📋 copy color: '#2642DD'

red 38 ◦ green 66 ◦ blue 221

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

Shades of Cerulean Blue #2642DD

Tints of Cerulean Blue #2642DD

RGB

 RED value IS 38 (15.23% from 255) = 11.69%

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

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

R = 11.69%
G = 20.31%
B = 68%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2642DD (or 0x2642DD) is known color: Cerulean Blue. HEX triplet: 26, 42 and DD. RGB value is (38,66,221). Sum of RGB (Red+Green+Blue) = 38+66+221=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2642DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642DD is #D9BD22. Grayscale: #4A4A4A. Windows color (decimal): -14269731 or 14500390. OLE color: 14500390.

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

Color convert

RGB 38 66 221 -
CMYK 0.83 0.70 0 0.13
HSL 230.82º 0.73% 0.51% -
HSV(B) 230.82º 0.83% 0.87% -
XYZ 15.8 9.53 69.41 -
YUV 75.3 210.22 101.4 -
System Red Green Blue C M Y K H S L
Decimal 38 66 221 0.83 0.70 0 0.13 230.82 0.73 0.51
Hex 26 42 DD 53 46 0 D E7 49 33
Octal 46 102 335 123 106 0 15 347 111 63
Binary 100110 1000010 11011101 1010011 1000110 0 1101 11100111 1001001 110011

Color Harmonies of #2642DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2642DD

Black with #2642DD

Text Example


Text Example

White with #2642DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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