Html Css Color HEX #265DDA Cerulean Blue

📋 copy color: '#265DDA'

red 38 ◦ green 93 ◦ blue 218

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

Shades of Cerulean Blue #265DDA

Tints of Cerulean Blue #265DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

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

R = 10.89%
G = 26.65%
B = 62.46%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#265DDA (or 0x265DDA) is known color: Cerulean Blue. HEX triplet: 26, 5D and DA. RGB value is (38,93,218). Sum of RGB (Red+Green+Blue) = 38+93+218=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #265DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DDA is #D9A225. Grayscale: #5A5A5A. Windows color (decimal): -14262822 or 14310694. OLE color: 14310694.

HSL color Cylindrical-coordinate representation of color #265DDA: hue angle of 221.67º 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 #265DDA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 93 218 -
CMYK 0.83 0.57 0 0.15
HSL 221.67º 0.71% 0.5% -
HSV(B) 221.67º 0.83% 0.85% -
XYZ 17.37 13.3 67.98 -
YUV 90.81 199.78 90.34 -
System Red Green Blue C M Y K H S L
Decimal 38 93 218 0.83 0.57 0 0.15 221.67 0.71 0.5
Hex 26 5D DA 53 39 0 F DE 47 32
Octal 46 135 332 123 71 0 17 336 107 62
Binary 100110 1011101 11011010 1010011 111001 0 1111 11011110 1000111 110010

Color Harmonies of #265DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DDA

Black with #265DDA

Text Example


Text Example

White with #265DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265DDA; }

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

 H1.HeaderClassName
 {
   color: #265DDA;
 }
 .AnyTagClassName
 {
   color: #265DDA;
 }
</style>

background-color css

<style>
 a { background-color: #265DDA; }

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

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

border-color css

<style>
 span { border-color: #265DDA; }

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

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