Html Css Color HEX #2A4DDF Cerulean Blue

📋 copy color: '#2A4DDF'

red 42 ◦ green 77 ◦ blue 223

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

Shades of Cerulean Blue #2A4DDF

Tints of Cerulean Blue #2A4DDF

RGB

 RED value IS 42 (16.8% from 255) = 12.28%

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 12.28%
G = 22.51%
B = 65.2%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A4DDF (or 0x2A4DDF) is known color: Cerulean Blue. HEX triplet: 2A, 4D and DF. RGB value is (42,77,223). Sum of RGB (Red+Green+Blue) = 42+77+223=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DDF is #D5B220. Grayscale: #525252. Windows color (decimal): -14004769 or 14634282. OLE color: 14634282.

HSL color Cylindrical-coordinate representation of color #2A4DDF: hue angle of 228.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A4DDF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 77 223 -
CMYK 0.81 0.65 0 0.13
HSL 228.4º 0.74% 0.52% -
HSV(B) 228.4º 0.81% 0.87% -
XYZ 16.93 11.13 71.07 -
YUV 83.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 42 77 223 0.81 0.65 0 0.13 228.4 0.74 0.52
Hex 2A 4D DF 51 41 0 D E4 4A 34
Octal 52 115 337 121 101 0 15 344 112 64
Binary 101010 1001101 11011111 1010001 1000001 0 1101 11100100 1001010 110100

Color Harmonies of #2A4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4DDF

Black with #2A4DDF

Text Example


Text Example

White with #2A4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,77,223); }

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

background-color css

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

 a { background-color: rgb(42,77,223); }

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

border-color css

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

 span { border-color: rgb(42,77,223); }

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