Html Css Color HEX #2941DF Cerulean Blue

📋 copy color: '#2941DF'

red 41 ◦ green 65 ◦ blue 223

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

Shades of Cerulean Blue #2941DF

Tints of Cerulean Blue #2941DF

RGB

 RED value IS 41 (16.41% from 255) = 12.46%

 GREEN value IS 65 (25.78% from 255) = 19.76%

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

R = 12.46%
G = 19.76%
B = 67.78%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2941DF (or 0x2941DF) is known color: Cerulean Blue. HEX triplet: 29, 41 and DF. RGB value is (41,65,223). Sum of RGB (Red+Green+Blue) = 41+65+223=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #2941DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2941DF is #D6BE20. Grayscale: #4B4B4B. Windows color (decimal): -14073377 or 14631209. OLE color: 14631209.

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

Color convert

RGB 41 65 223 -
CMYK 0.82 0.71 0 0.13
HSL 232.09º 0.74% 0.52% -
HSV(B) 232.09º 0.82% 0.87% -
XYZ 16.12 9.58 70.81 -
YUV 75.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 41 65 223 0.82 0.71 0 0.13 232.09 0.74 0.52
Hex 29 41 DF 52 47 0 D E8 4A 34
Octal 51 101 337 122 107 0 15 350 112 64
Binary 101001 1000001 11011111 1010010 1000111 0 1101 11101000 1001010 110100

Color Harmonies of #2941DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941DF

Black with #2941DF

Text Example


Text Example

White with #2941DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2941DF; }

 p { color: rgb(41,65,223); }

 H1.HeaderClassName
 {
   color: #2941DF;
 }
 .AnyTagClassName
 {
   color: #2941DF;
 }
</style>

background-color css

<style>
 a { background-color: #2941DF; }

 a { background-color: rgb(41,65,223); }

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

border-color css

<style>
 span { border-color: #2941DF; }

 span { border-color: rgb(41,65,223); }

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