Html Css Color HEX #2648CF Cerulean Blue

📋 copy color: '#2648CF'

red 38 ◦ green 72 ◦ blue 207

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

Shades of Cerulean Blue #2648CF

Tints of Cerulean Blue #2648CF

RGB

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

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

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

R = 11.99%
G = 22.71%
B = 65.3%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2648CF (or 0x2648CF) is known color: Cerulean Blue. HEX triplet: 26, 48 and CF. RGB value is (38,72,207). Sum of RGB (Red+Green+Blue) = 38+72+207=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #2648CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2648CF is #D9B730. Grayscale: #4C4C4C. Windows color (decimal): -14268209 or 13584422. OLE color: 13584422.

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

Color convert

RGB 38 72 207 -
CMYK 0.82 0.65 0 0.19
HSL 227.93º 0.69% 0.48% -
HSV(B) 227.93º 0.82% 0.81% -
XYZ 14.38 9.55 60.12 -
YUV 77.22 201.24 100.02 -
System Red Green Blue C M Y K H S L
Decimal 38 72 207 0.82 0.65 0 0.19 227.93 0.69 0.48
Hex 26 48 CF 52 41 0 13 E4 45 30
Octal 46 110 317 122 101 0 23 344 105 60
Binary 100110 1001000 11001111 1010010 1000001 0 10011 11100100 1000101 110000

Color Harmonies of #2648CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2648CF

Black with #2648CF

Text Example


Text Example

White with #2648CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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