Html Css Color HEX #265DBA Cerulean Blue

📋 copy color: '#265DBA'

red 38 ◦ green 93 ◦ blue 186

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

Shades of Cerulean Blue #265DBA

Tints of Cerulean Blue #265DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 11.99%
G = 29.34%
B = 58.68%

CMYK

 C value IS 0.80

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#265DBA (or 0x265DBA) is known color: Cerulean Blue. HEX triplet: 26, 5D and BA. RGB value is (38,93,186). Sum of RGB (Red+Green+Blue) = 38+93+186=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #265DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DBA is #D9A245. Grayscale: #565656. Windows color (decimal): -14262854 or 12213542. OLE color: 12213542.

HSL color Cylindrical-coordinate representation of color #265DBA: hue angle of 217.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265DBA is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 93 186 -
CMYK 0.80 0.5 0 0.27
HSL 217.7º 0.66% 0.44% -
HSV(B) 217.7º 0.8% 0.73% -
XYZ 13.58 11.79 48.01 -
YUV 87.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 38 93 186 0.80 0.5 0 0.27 217.7 0.66 0.44
Hex 26 5D BA 50 32 0 1B DA 42 2C
Octal 46 135 272 120 62 0 33 332 102 54
Binary 100110 1011101 10111010 1010000 110010 0 11011 11011010 1000010 101100

Color Harmonies of #265DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DBA

Black with #265DBA

Text Example


Text Example

White with #265DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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