Html Css Color HEX #2663D0 Cerulean Blue

📋 copy color: '#2663D0'

red 38 ◦ green 99 ◦ blue 208

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

Shades of Cerulean Blue #2663D0

Tints of Cerulean Blue #2663D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 60.29%

R = 11.01%
G = 28.7%
B = 60.29%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2663D0 (or 0x2663D0) is known color: Cerulean Blue. HEX triplet: 26, 63 and D0. RGB value is (38,99,208). Sum of RGB (Red+Green+Blue) = 38+99+208=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #2663D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2663D0 is #D99C2F. Grayscale: #5C5C5C. Windows color (decimal): -14261296 or 13656870. OLE color: 13656870.

HSL color Cylindrical-coordinate representation of color #2663D0: hue angle of 218.47º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2663D0 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 99 208 -
CMYK 0.82 0.52 0 0.18
HSL 218.47º 0.69% 0.48% -
HSV(B) 218.47º 0.82% 0.82% -
XYZ 16.65 13.89 61.48 -
YUV 93.19 192.79 88.64 -
System Red Green Blue C M Y K H S L
Decimal 38 99 208 0.82 0.52 0 0.18 218.47 0.69 0.48
Hex 26 63 D0 52 34 0 12 DA 45 30
Octal 46 143 320 122 64 0 22 332 105 60
Binary 100110 1100011 11010000 1010010 110100 0 10010 11011010 1000101 110000

Color Harmonies of #2663D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2663D0

Black with #2663D0

Text Example


Text Example

White with #2663D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2663D0; }

 p { color: rgb(38,99,208); }

 H1.HeaderClassName
 {
   color: #2663D0;
 }
 .AnyTagClassName
 {
   color: #2663D0;
 }
</style>

background-color css

<style>
 a { background-color: #2663D0; }

 a { background-color: rgb(38,99,208); }

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

border-color css

<style>
 span { border-color: #2663D0; }

 span { border-color: rgb(38,99,208); }

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