Html Css Color HEX #2C63BF Cerulean Blue

📋 copy color: '#2C63BF'

red 44 ◦ green 99 ◦ blue 191

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

Shades of Cerulean Blue #2C63BF

Tints of Cerulean Blue #2C63BF

RGB

 RED value IS 44 (17.58% from 255) = 13.17%

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 191 (75% from 255) = 57.19%

R = 13.17%
G = 29.64%
B = 57.19%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C63BF (or 0x2C63BF) is known color: Cerulean Blue. HEX triplet: 2C, 63 and BF. RGB value is (44,99,191). Sum of RGB (Red+Green+Blue) = 44+99+191=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C63BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C63BF is #D39C40. Grayscale: #5C5C5C. Windows color (decimal): -13868097 or 12542764. OLE color: 12542764.

HSL color Cylindrical-coordinate representation of color #2C63BF: hue angle of 217.55º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C63BF is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 99 191 -
CMYK 0.77 0.48 0 0.25
HSL 217.55º 0.63% 0.46% -
HSV(B) 217.55º 0.77% 0.75% -
XYZ 14.9 13.22 51.06 -
YUV 93.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 44 99 191 0.77 0.48 0 0.25 217.55 0.63 0.46
Hex 2C 63 BF 4D 30 0 19 DA 3F 2E
Octal 54 143 277 115 60 0 31 332 77 56
Binary 101100 1100011 10111111 1001101 110000 0 11001 11011010 111111 101110

Color Harmonies of #2C63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C63BF

Black with #2C63BF

Text Example


Text Example

White with #2C63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,99,191); }

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

background-color css

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

 a { background-color: rgb(44,99,191); }

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

border-color css

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

 span { border-color: rgb(44,99,191); }

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