Html Css Color HEX #2A4FDF Cerulean Blue

📋 copy color: '#2A4FDF'

red 42 ◦ green 79 ◦ blue 223

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

Shades of Cerulean Blue #2A4FDF

Tints of Cerulean Blue #2A4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.97%

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

R = 12.21%
G = 22.97%
B = 64.83%

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

#2A4FDF (or 0x2A4FDF) is known color: Cerulean Blue. HEX triplet: 2A, 4F and DF. RGB value is (42,79,223). Sum of RGB (Red+Green+Blue) = 42+79+223=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A4FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4FDF is #D5B020. Grayscale: #535353. Windows color (decimal): -14004257 or 14634794. OLE color: 14634794.

HSL color Cylindrical-coordinate representation of color #2A4FDF: hue angle of 227.73º 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 #2A4FDF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 79 223 -
CMYK 0.81 0.65 0 0.13
HSL 227.73º 0.74% 0.52% -
HSV(B) 227.73º 0.81% 0.87% -
XYZ 17.07 11.41 71.12 -
YUV 84.35 206.24 97.79 -
System Red Green Blue C M Y K H S L
Decimal 42 79 223 0.81 0.65 0 0.13 227.73 0.74 0.52
Hex 2A 4F DF 51 41 0 D E4 4A 34
Octal 52 117 337 121 101 0 15 344 112 64
Binary 101010 1001111 11011111 1010001 1000001 0 1101 11100100 1001010 110100

Color Harmonies of #2A4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4FDF

Black with #2A4FDF

Text Example


Text Example

White with #2A4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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