Html Css Color HEX #2648CC Cerulean Blue

📋 copy color: '#2648CC'

red 38 ◦ green 72 ◦ blue 204

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

Shades of Cerulean Blue #2648CC

Tints of Cerulean Blue #2648CC

RGB

 RED value IS 38 (15.23% from 255) = 12.1%

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 12.1%
G = 22.93%
B = 64.97%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2648CC (or 0x2648CC) is known color: Cerulean Blue. HEX triplet: 26, 48 and CC. RGB value is (38,72,204). Sum of RGB (Red+Green+Blue) = 38+72+204=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #2648CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2648CC is #D9B733. Grayscale: #4C4C4C. Windows color (decimal): -14268212 or 13387814. OLE color: 13387814.

HSL color Cylindrical-coordinate representation of color #2648CC: hue angle of 227.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2648CC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 72 204 -
CMYK 0.81 0.65 0 0.2
HSL 227.71º 0.69% 0.47% -
HSV(B) 227.71º 0.81% 0.8% -
XYZ 14.02 9.41 58.2 -
YUV 76.88 199.74 100.27 -
System Red Green Blue C M Y K H S L
Decimal 38 72 204 0.81 0.65 0 0.2 227.71 0.69 0.47
Hex 26 48 CC 51 41 0 14 E4 45 2F
Octal 46 110 314 121 101 0 24 344 105 57
Binary 100110 1001000 11001100 1010001 1000001 0 10100 11100100 1000101 101111

Color Harmonies of #2648CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2648CC

Black with #2648CC

Text Example


Text Example

White with #2648CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2648CC; }

 p { color: rgb(38,72,204); }

 H1.HeaderClassName
 {
   color: #2648CC;
 }
 .AnyTagClassName
 {
   color: #2648CC;
 }
</style>

background-color css

<style>
 a { background-color: #2648CC; }

 a { background-color: rgb(38,72,204); }

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

border-color css

<style>
 span { border-color: #2648CC; }

 span { border-color: rgb(38,72,204); }

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