Html Css Color HEX #2A68CE Cerulean Blue

📋 copy color: '#2A68CE'

red 42 ◦ green 104 ◦ blue 206

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

Shades of Cerulean Blue #2A68CE

Tints of Cerulean Blue #2A68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 206 (80.86% from 255) = 58.52%

R = 11.93%
G = 29.55%
B = 58.52%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A68CE (or 0x2A68CE) is known color: Cerulean Blue. HEX triplet: 2A, 68 and CE. RGB value is (42,104,206). Sum of RGB (Red+Green+Blue) = 42+104+206=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A68CE is #D59731. Grayscale: #606060. Windows color (decimal): -13997874 or 13527082. OLE color: 13527082.

HSL color Cylindrical-coordinate representation of color #2A68CE: hue angle of 217.32º 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 #2A68CE is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 104 206 -
CMYK 0.80 0.50 0 0.19
HSL 217.32º 0.66% 0.49% -
HSV(B) 217.32º 0.8% 0.81% -
XYZ 17.05 14.85 60.36 -
YUV 97.09 189.46 88.71 -
System Red Green Blue C M Y K H S L
Decimal 42 104 206 0.80 0.50 0 0.19 217.32 0.66 0.49
Hex 2A 68 CE 50 32 0 13 D9 42 31
Octal 52 150 316 120 62 0 23 331 102 61
Binary 101010 1101000 11001110 1010000 110010 0 10011 11011001 1000010 110001

Color Harmonies of #2A68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A68CE

Black with #2A68CE

Text Example


Text Example

White with #2A68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,104,206); }

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

background-color css

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

 a { background-color: rgb(42,104,206); }

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

border-color css

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

 span { border-color: rgb(42,104,206); }

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