Html Css Color HEX #2650DA Cerulean Blue

📋 copy color: '#2650DA'

red 38 ◦ green 80 ◦ blue 218

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

Shades of Cerulean Blue #2650DA

Tints of Cerulean Blue #2650DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 11.31%
G = 23.81%
B = 64.88%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2650DA (or 0x2650DA) is known color: Cerulean Blue. HEX triplet: 26, 50 and DA. RGB value is (38,80,218). Sum of RGB (Red+Green+Blue) = 38+80+218=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #2650DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650DA is #D9AF25. Grayscale: #525252. Windows color (decimal): -14266150 or 14307366. OLE color: 14307366.

HSL color Cylindrical-coordinate representation of color #2650DA: hue angle of 226º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2650DA is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 80 218 -
CMYK 0.83 0.63 0 0.15
HSL 226º 0.71% 0.5% -
HSV(B) 226º 0.83% 0.85% -
XYZ 16.32 11.21 67.63 -
YUV 83.17 204.09 95.78 -
System Red Green Blue C M Y K H S L
Decimal 38 80 218 0.83 0.63 0 0.15 226 0.71 0.5
Hex 26 50 DA 53 3F 0 F E2 47 32
Octal 46 120 332 123 77 0 17 342 107 62
Binary 100110 1010000 11011010 1010011 111111 0 1111 11100010 1000111 110010

Color Harmonies of #2650DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650DA

Black with #2650DA

Text Example


Text Example

White with #2650DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2650DA; }

 p { color: rgb(38,80,218); }

 H1.HeaderClassName
 {
   color: #2650DA;
 }
 .AnyTagClassName
 {
   color: #2650DA;
 }
</style>

background-color css

<style>
 a { background-color: #2650DA; }

 a { background-color: rgb(38,80,218); }

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

border-color css

<style>
 span { border-color: #2650DA; }

 span { border-color: rgb(38,80,218); }

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