Html Css Color HEX #2A52CF Cerulean Blue

📋 copy color: '#2A52CF'

red 42 ◦ green 82 ◦ blue 207

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

Shades of Cerulean Blue #2A52CF

Tints of Cerulean Blue #2A52CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.77%

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 12.69%
G = 24.77%
B = 62.54%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A52CF (or 0x2A52CF) is known color: Cerulean Blue. HEX triplet: 2A, 52 and CF. RGB value is (42,82,207). Sum of RGB (Red+Green+Blue) = 42+82+207=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A52CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52CF is #D5AD30. Grayscale: #535353. Windows color (decimal): -14003505 or 13586986. OLE color: 13586986.

HSL color Cylindrical-coordinate representation of color #2A52CF: hue angle of 225.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A52CF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 82 207 -
CMYK 0.80 0.60 0 0.19
HSL 225.45º 0.66% 0.49% -
HSV(B) 225.45º 0.8% 0.81% -
XYZ 15.23 11.03 60.36 -
YUV 84.29 197.25 97.84 -
System Red Green Blue C M Y K H S L
Decimal 42 82 207 0.80 0.60 0 0.19 225.45 0.66 0.49
Hex 2A 52 CF 50 3C 0 13 E1 42 31
Octal 52 122 317 120 74 0 23 341 102 61
Binary 101010 1010010 11001111 1010000 111100 0 10011 11100001 1000010 110001

Color Harmonies of #2A52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A52CF

Black with #2A52CF

Text Example


Text Example

White with #2A52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,82,207); }

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

background-color css

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

 a { background-color: rgb(42,82,207); }

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

border-color css

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

 span { border-color: rgb(42,82,207); }

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